x11: Pass mimetypes when creating output stream
authorMatthias Clasen <mclasen@redhat.com>
Sun, 7 Feb 2021 06:32:39 +0000 (01:32 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 Feb 2021 16:46:45 +0000 (11:46 -0500)
commit384f2686e67b10388702eed110952de2ae5e3aa5
tree7b0c607897c80a3795489a5b38b4e043dd11ae0e
parent7e9f0810d441225611d90a8349063858fdae0d1a
x11: Pass mimetypes when creating output stream

When creating the output stream for a drop, we must
pass the mimetypes we support, otherwise the picking
of the right handler does not work.

Fixes: #3652
gdk/x11/gdkdrag-x11.c